Total Tests
Total Steps
Total Time Taken (Current Run) 0h 2m 18s+454ms
Total Time Taken (Overall) 0h 2m 18s+454ms
Start 2020-10-21 16:19:26
End 2020-10-21 16:21:44
Tests View
test(s) passed
test(s) failed, others
Steps View
step(s) passed
step(s) failed, others
Pass Percentage
Environment
Param Value
User Name Prabu
OS Windows 7
Java Version 11.0.6
Host Name Prabu-VAIO
Tests
  • getWeatherFromWebTest pass
    2020-10-21 16:21:06 2020-10-21 16:21:38 0h 0m 31s+861ms
    Status Timestamp Details
    16:21:06 getWeatherFromWebTest is started successfully
    16:21:06 Clicking SubMenu ...
    16:21:07 Clicking is successfull on [[ChromeDriver: chrome on XP (e4759791bfcce8d477733eeae6d201d7)] -> id: h_sub_menu]
    16:21:08
    16:21:08 Clicking WEATHER Link
    16:21:13 Clicking is successfull on [[ChromeDriver: chrome on XP (e4759791bfcce8d477733eeae6d201d7)] -> link text: WEATHER]
    16:21:14
    16:21:14 Typing Text: Bengaluru
    16:21:14 Selecting CheckBox: Bengaluru
    16:21:14 Check box already selected
    16:21:15 Clicking is successfull on [[ChromeDriver: chrome on XP (e4759791bfcce8d477733eeae6d201d7)] -> xpath: //a[text()='+']]
    16:21:16
    16:21:37 Clicking City in Map
    16:21:37 Clicking is successfull on [[ChromeDriver: chrome on XP (e4759791bfcce8d477733eeae6d201d7)] -> xpath: //div[text()='Bengaluru']]
    16:21:38
    16:21:38 Validating City Details in City Tool Tip
    16:21:38 Element found
    16:21:38 Storing City temperature
    16:21:38 Temparature of City - Bengaluru from UI : 25
    16:21:38 getWeatherFromWebTest test case is passed
  • getWeatherFromAPITest pass
    2020-10-21 16:21:38 2020-10-21 16:21:44 0h 0m 5s+943ms
    Status Timestamp Details
    16:21:38 getWeatherFromAPITest is started successfully
    16:21:42 Response of Weather API: {"coord":{"lon":77.6,"lat":12.98},"weather":[{"id":300,"main":"Drizzle","description":"light intensity drizzle","icon":"09d"}],"base":"stations","main":{"temp":25.16,"feels_like":27.13,"temp_min":24,"temp_max":26,"pressure":1009,"humidity":74},"visibility":4000,"wind":{"speed":2.6,"deg":260},"clouds":{"all":90},"dt":1603277448,"sys":{"type":1,"id":9205,"country":"IN","sunrise":1603240838,"sunset":1603283247},"timezone":19800,"id":1277333,"name":"Bengaluru","cod":200}
    16:21:42 Status Code of Weather API: 200
    16:21:44 Temparature of City - Bengaluru from API : 25.16
    16:21:44 getWeatherFromAPITest test case is passed
  • weatherComparatorTest pass
    2020-10-21 16:21:44 2020-10-21 16:21:44 0h 0m 0s+5ms
    Status Timestamp Details
    16:21:44 weatherComparatorTest is started successfully
    16:21:44 Comparing the variance in temperature using given magnitude
    16:21:44 Temperature from UI: 25
    16:21:44 Temperature from API: 25
    16:21:44 Temperature variance: 0
    16:21:44 Allowed Magnitude for variance: 2
    16:21:44 Temperature Comparator Test Passed
    16:21:44 weatherComparatorTest test case is passed